“TRZ Pop it” Documentation by “Otavio Furlan” v1.0


“TRZ Pop it”

Created: Jul-06/2021
By: Otavio Furlan
Email: trezegamesbr@gmail.com

Thank you for purchasing my game. If you have any questions that are beyond the scope of this help file, please feel free to email via my user page contact form here. Thanks so much!


Table of Contents

  1. Game Structure (code and screens)
  2. Change the Images
  3. Export to HTML5
  4. Upload the game to website
  5. Export to Android (Intel XDK)
  6. Sources and Credits

A) Game Structure - top

IMPORTANT: THIS GAME WAS DEVELOPED USING CONSTRUCT 3 r251.2.

1) Game screens (code explained)

The code is self-explanatory since it is all commented:

CODE (GAME)

The code is organized by groups. Each group manages something different in the code.


B) Change the Images - top

Open Construct 3 then double-click on the images you want to chage.

In the image editor window you can make a variety of changes including: erase, paint, draw, rotate, size. Also you can set origin point and change the collision boundaries.

The new images should be the same size to reflect the same game experience.


After that you just need to save, export and publish the game.


C) Export to HTML5 - top

Construct 3:


D) Upload the game to website - top

In order to add the games to your website or blog (wordpress), you just need to create an iframe and link to the folder you uploaded the game to it. For example, if you upload the game to the folder http://www.website.com/game/mygame/, you will need to create an iframe like this:

<iframe src="http://www.website.com/game/mygame/" width="1280" height="720"></ifame>

  1. Where the SRC is the folder where you upload the game
  2. WIDTH is how wide you want the game to be in the page.
  3. HEIGHT is how tall you want the game to be in the page.


E) Export to Android (C3) - top

IMPORTANT: In order to export to Mobile, you need a Personal or Business license.


F) Sources and Credits - top

Lead programmer: Otavio Furlan


Thanks for purchasing this game! For any questions, I will be happy to help you in any question related to this game. If you have a more general question relating to the games on Codecanyon, you might consider visiting the forums and asking your question in the "Item Discussion" section.

Go To Table of Contents